Html Css Color HEX #4574CC Royal Blue

📋 copy color: '#4574CC'

red 69 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #4574CC

Tints of Royal Blue #4574CC

RGB

 RED value IS 69 (27.34% from 255) = 17.74%

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 17.74%
G = 29.82%
B = 52.44%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4574CC (or 0x4574CC) is known color: Royal Blue. HEX triplet: 45, 74 and CC. RGB value is (69,116,204). Sum of RGB (Red+Green+Blue) = 69+116+204=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4574CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574CC is #BA8B33. Grayscale: #6F6F6F. Windows color (decimal): -12225332 or 13399109. OLE color: 13399109.

HSL color Cylindrical-coordinate representation of color #4574CC: hue angle of 219.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4574CC is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 116 204 -
CMYK 0.66 0.43 0 0.2
HSL 219.11º 0.57% 0.54% -
HSV(B) 219.11º 0.66% 0.8% -
XYZ 19.6 18.12 59.59 -
YUV 111.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 69 116 204 0.66 0.43 0 0.2 219.11 0.57 0.54
Hex 45 74 CC 42 2B 0 14 DB 39 36
Octal 105 164 314 102 53 0 24 333 71 66
Binary 1000101 1110100 11001100 1000010 101011 0 10100 11011011 111001 110110

Color Harmonies of #4574CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574CC

Black with #4574CC

Text Example


Text Example

White with #4574CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4574CC; }

 p { color: rgb(69,116,204); }

 H1.HeaderClassName
 {
   color: #4574CC;
 }
 .AnyTagClassName
 {
   color: #4574CC;
 }
</style>

background-color css

<style>
 a { background-color: #4574CC; }

 a { background-color: rgb(69,116,204); }

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

border-color css

<style>
 span { border-color: #4574CC; }

 span { border-color: rgb(69,116,204); }

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