Html Css Color HEX #4874CE Royal Blue

📋 copy color: '#4874CE'

red 72 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #4874CE

Tints of Royal Blue #4874CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 18.27%
G = 29.44%
B = 52.28%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4874CE (or 0x4874CE) is known color: Royal Blue. HEX triplet: 48, 74 and CE. RGB value is (72,116,206). Sum of RGB (Red+Green+Blue) = 72+116+206=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4874CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874CE is #B78B31. Grayscale: #707070. Windows color (decimal): -12028722 or 13530184. OLE color: 13530184.

HSL color Cylindrical-coordinate representation of color #4874CE: hue angle of 220.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4874CE is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 116 206 -
CMYK 0.65 0.44 0 0.19
HSL 220.3º 0.58% 0.55% -
HSV(B) 220.3º 0.65% 0.81% -
XYZ 20.06 18.32 60.87 -
YUV 113.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 72 116 206 0.65 0.44 0 0.19 220.3 0.58 0.55
Hex 48 74 CE 41 2C 0 13 DC 3A 37
Octal 110 164 316 101 54 0 23 334 72 67
Binary 1001000 1110100 11001110 1000001 101100 0 10011 11011100 111010 110111

Color Harmonies of #4874CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874CE

Black with #4874CE

Text Example


Text Example

White with #4874CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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