Html Css Color HEX #4073CC Royal Blue

📋 copy color: '#4073CC'

red 64 ◦ green 115 ◦ blue 204

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

Shades of Royal Blue #4073CC

Tints of Royal Blue #4073CC

RGB

 RED value IS 64 (25.39% from 255) = 16.71%

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 16.71%
G = 30.03%
B = 53.26%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4073CC (or 0x4073CC) is known color: Royal Blue. HEX triplet: 40, 73 and CC. RGB value is (64,115,204). Sum of RGB (Red+Green+Blue) = 64+115+204=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 115 (45.31% from 255 or 30.03% 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 #4073CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073CC is #BF8C33. Grayscale: #6D6D6D. Windows color (decimal): -12553268 or 13398848. OLE color: 13398848.

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

Color convert

RGB 64 115 204 -
CMYK 0.69 0.44 0 0.2
HSL 218.14º 0.58% 0.53% -
HSV(B) 218.14º 0.69% 0.8% -
XYZ 19.14 17.71 59.54 -
YUV 109.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 64 115 204 0.69 0.44 0 0.2 218.14 0.58 0.53
Hex 40 73 CC 45 2C 0 14 DA 3A 35
Octal 100 163 314 105 54 0 24 332 72 65
Binary 1000000 1110011 11001100 1000101 101100 0 10100 11011010 111010 110101

Color Harmonies of #4073CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4073CC

Black with #4073CC

Text Example


Text Example

White with #4073CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,115,204); }

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

background-color css

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

 a { background-color: rgb(64,115,204); }

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

border-color css

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

 span { border-color: rgb(64,115,204); }

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