Html Css Color HEX #4874D6 Royal Blue

📋 copy color: '#4874D6'

red 72 ◦ green 116 ◦ blue 214

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

Shades of Royal Blue #4874D6

Tints of Royal Blue #4874D6

RGB

 RED value IS 72 (28.52% from 255) = 17.91%

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

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 17.91%
G = 28.86%
B = 53.23%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4874D6 (or 0x4874D6) is known color: Royal Blue. HEX triplet: 48, 74 and D6. RGB value is (72,116,214). Sum of RGB (Red+Green+Blue) = 72+116+214=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #4874D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874D6 is #B78B29. Grayscale: #717171. Windows color (decimal): -12028714 or 14054472. OLE color: 14054472.

HSL color Cylindrical-coordinate representation of color #4874D6: hue angle of 221.41º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4874D6 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 116 214 -
CMYK 0.66 0.46 0 0.16
HSL 221.41º 0.63% 0.56% -
HSV(B) 221.41º 0.66% 0.84% -
XYZ 21.06 18.72 66.12 -
YUV 114.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 72 116 214 0.66 0.46 0 0.16 221.41 0.63 0.56
Hex 48 74 D6 42 2E 0 10 DD 3F 38
Octal 110 164 326 102 56 0 20 335 77 70
Binary 1001000 1110100 11010110 1000010 101110 0 10000 11011101 111111 111000

Color Harmonies of #4874D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874D6

Black with #4874D6

Text Example


Text Example

White with #4874D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4874D6; }

 p { color: rgb(72,116,214); }

 H1.HeaderClassName
 {
   color: #4874D6;
 }
 .AnyTagClassName
 {
   color: #4874D6;
 }
</style>

background-color css

<style>
 a { background-color: #4874D6; }

 a { background-color: rgb(72,116,214); }

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

border-color css

<style>
 span { border-color: #4874D6; }

 span { border-color: rgb(72,116,214); }

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