Html Css Color HEX #4672CF Royal Blue

📋 copy color: '#4672CF'

red 70 ◦ green 114 ◦ blue 207

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

Shades of Royal Blue #4672CF

Tints of Royal Blue #4672CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 17.9%
G = 29.16%
B = 52.94%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4672CF (or 0x4672CF) is known color: Royal Blue. HEX triplet: 46, 72 and CF. RGB value is (70,114,207). Sum of RGB (Red+Green+Blue) = 70+114+207=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #4672CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672CF is #B98D30. Grayscale: #6F6F6F. Windows color (decimal): -12160305 or 13595206. OLE color: 13595206.

HSL color Cylindrical-coordinate representation of color #4672CF: hue angle of 220.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4672CF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 114 207 -
CMYK 0.66 0.45 0 0.19
HSL 220.73º 0.59% 0.54% -
HSV(B) 220.73º 0.66% 0.81% -
XYZ 19.81 17.84 61.43 -
YUV 111.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 70 114 207 0.66 0.45 0 0.19 220.73 0.59 0.54
Hex 46 72 CF 42 2D 0 13 DD 3B 36
Octal 106 162 317 102 55 0 23 335 73 66
Binary 1000110 1110010 11001111 1000010 101101 0 10011 11011101 111011 110110

Color Harmonies of #4672CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672CF

Black with #4672CF

Text Example


Text Example

White with #4672CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4672CF; }

 p { color: rgb(70,114,207); }

 H1.HeaderClassName
 {
   color: #4672CF;
 }
 .AnyTagClassName
 {
   color: #4672CF;
 }
</style>

background-color css

<style>
 a { background-color: #4672CF; }

 a { background-color: rgb(70,114,207); }

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

border-color css

<style>
 span { border-color: #4672CF; }

 span { border-color: rgb(70,114,207); }

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