Html Css Color HEX #4F5FEB Royal Blue

📋 copy color: '#4F5FEB'

red 79 ◦ green 95 ◦ blue 235

#4F5FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4F5FEB

Tints of Royal Blue #4F5FEB

RGB

 RED value IS 79 (31.25% from 255) = 19.32%

 GREEN value IS 95 (37.5% from 255) = 23.23%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 19.32%
G = 23.23%
B = 57.46%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F5FEB (or 0x4F5FEB) is known color: Royal Blue. HEX triplet: 4F, 5F and EB. RGB value is (79,95,235). Sum of RGB (Red+Green+Blue) = 79+95+235=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5FEB is #B0A014. Grayscale: #696969. Windows color (decimal): -11575317 or 15425359. OLE color: 15425359.

HSL color Cylindrical-coordinate representation of color #4F5FEB: hue angle of 233.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F5FEB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 95 235 -
CMYK 0.66 0.60 0 0.08
HSL 233.85º 0.8% 0.62% -
HSV(B) 233.85º 0.66% 0.92% -
XYZ 22.31 15.84 80.48 -
YUV 106.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 79 95 235 0.66 0.60 0 0.08 233.85 0.8 0.62
Hex 4F 5F EB 42 3C 0 8 EA 50 3E
Octal 117 137 353 102 74 0 10 352 120 76
Binary 1001111 1011111 11101011 1000010 111100 0 1000 11101010 1010000 111110

Color Harmonies of #4F5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5FEB

Black with #4F5FEB

Text Example


Text Example

White with #4F5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F5FEB; }

 p { color: rgb(79,95,235); }

 H1.HeaderClassName
 {
   color: #4F5FEB;
 }
 .AnyTagClassName
 {
   color: #4F5FEB;
 }
</style>

background-color css

<style>
 a { background-color: #4F5FEB; }

 a { background-color: rgb(79,95,235); }

 div.DivClassName
 {
   background-color: #4F5FEB;
 }
 .BgClassName
 {
   background-color: #4F5FEB;
 }
</style>

border-color css

<style>
 span { border-color: #4F5FEB; }

 span { border-color: rgb(79,95,235); }

 td.TdClassName
 {
   border-color: #4F5FEB;
 }
 .TagClassName
 {
   border-color: #4F5FEB;
 }
</style>