Html Css Color HEX #4672CD Royal Blue

📋 copy color: '#4672CD'

red 70 ◦ green 114 ◦ blue 205

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

Shades of Royal Blue #4672CD

Tints of Royal Blue #4672CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 17.99%
G = 29.31%
B = 52.7%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4672CD (or 0x4672CD) is known color: Royal Blue. HEX triplet: 46, 72 and CD. RGB value is (70,114,205). Sum of RGB (Red+Green+Blue) = 70+114+205=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4672CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672CD is #B98D32. Grayscale: #6E6E6E. Windows color (decimal): -12160307 or 13464134. OLE color: 13464134.

HSL color Cylindrical-coordinate representation of color #4672CD: hue angle of 220.44º 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 #4672CD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 114 205 -
CMYK 0.66 0.44 0 0.20
HSL 220.44º 0.57% 0.54% -
HSV(B) 220.44º 0.66% 0.8% -
XYZ 19.56 17.74 60.15 -
YUV 111.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 70 114 205 0.66 0.44 0 0.20 220.44 0.57 0.54
Hex 46 72 CD 42 2C 0 14 DC 39 36
Octal 106 162 315 102 54 0 24 334 71 66
Binary 1000110 1110010 11001101 1000010 101100 0 10100 11011100 111001 110110

Color Harmonies of #4672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672CD

Black with #4672CD

Text Example


Text Example

White with #4672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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