Html Css Color HEX #4F74EF Royal Blue

📋 copy color: '#4F74EF'

red 79 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #4F74EF

Tints of Royal Blue #4F74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 18.2%
G = 26.73%
B = 55.07%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F74EF (or 0x4F74EF) is known color: Royal Blue. HEX triplet: 4F, 74 and EF. RGB value is (79,116,239). Sum of RGB (Red+Green+Blue) = 79+116+239=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F74EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F74EF is #B08B10. Grayscale: #767676. Windows color (decimal): -11569937 or 15692879. OLE color: 15692879.

HSL color Cylindrical-coordinate representation of color #4F74EF: hue angle of 226.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F74EF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 116 239 -
CMYK 0.67 0.51 0 0.06
HSL 226.13º 0.83% 0.62% -
HSV(B) 226.13º 0.67% 0.94% -
XYZ 25.05 20.39 84.28 -
YUV 118.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 79 116 239 0.67 0.51 0 0.06 226.13 0.83 0.62
Hex 4F 74 EF 43 33 0 6 E2 53 3E
Octal 117 164 357 103 63 0 6 342 123 76
Binary 1001111 1110100 11101111 1000011 110011 0 110 11100010 1010011 111110

Color Harmonies of #4F74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74EF

Black with #4F74EF

Text Example


Text Example

White with #4F74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,239); }

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

background-color css

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

 a { background-color: rgb(79,116,239); }

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

border-color css

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

 span { border-color: rgb(79,116,239); }

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