Html Css Color HEX #4670CC Royal Blue

📋 copy color: '#4670CC'

red 70 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4670CC

Tints of Royal Blue #4670CC

RGB

 RED value IS 70 (27.73% from 255) = 18.13%

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

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

R = 18.13%
G = 29.02%
B = 52.85%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4670CC (or 0x4670CC) is known color: Royal Blue. HEX triplet: 46, 70 and CC. RGB value is (70,112,204). Sum of RGB (Red+Green+Blue) = 70+112+204=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4670CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670CC is #B98F33. Grayscale: #6D6D6D. Windows color (decimal): -12160820 or 13398086. OLE color: 13398086.

HSL color Cylindrical-coordinate representation of color #4670CC: hue angle of 221.19º 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 #4670CC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 112 204 -
CMYK 0.66 0.45 0 0.2
HSL 221.19º 0.57% 0.54% -
HSV(B) 221.19º 0.66% 0.8% -
XYZ 19.22 17.25 59.44 -
YUV 109.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 70 112 204 0.66 0.45 0 0.2 221.19 0.57 0.54
Hex 46 70 CC 42 2D 0 14 DD 39 36
Octal 106 160 314 102 55 0 24 335 71 66
Binary 1000110 1110000 11001100 1000010 101101 0 10100 11011101 111001 110110

Color Harmonies of #4670CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4670CC

Black with #4670CC

Text Example


Text Example

White with #4670CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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