Html Css Color HEX #4370CC Royal Blue

📋 copy color: '#4370CC'

red 67 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4370CC

Tints of Royal Blue #4370CC

RGB

 RED value IS 67 (26.56% from 255) = 17.49%

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 17.49%
G = 29.24%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4370CC (or 0x4370CC) is known color: Royal Blue. HEX triplet: 43, 70 and CC. RGB value is (67,112,204). Sum of RGB (Red+Green+Blue) = 67+112+204=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #4370CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4370CC is #BC8F33. Grayscale: #6C6C6C. Windows color (decimal): -12357428 or 13398083. OLE color: 13398083.

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

Color convert

RGB 67 112 204 -
CMYK 0.67 0.45 0 0.2
HSL 220.29º 0.57% 0.53% -
HSV(B) 220.29º 0.67% 0.8% -
XYZ 19.01 17.14 59.43 -
YUV 109.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 67 112 204 0.67 0.45 0 0.2 220.29 0.57 0.53
Hex 43 70 CC 43 2D 0 14 DC 39 35
Octal 103 160 314 103 55 0 24 334 71 65
Binary 1000011 1110000 11001100 1000011 101101 0 10100 11011100 111001 110101

Color Harmonies of #4370CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370CC

Black with #4370CC

Text Example


Text Example

White with #4370CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,112,204); }

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

background-color css

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

 a { background-color: rgb(67,112,204); }

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

border-color css

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

 span { border-color: rgb(67,112,204); }

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