Html Css Color HEX #4076CC Royal Blue

📋 copy color: '#4076CC'

red 64 ◦ green 118 ◦ blue 204

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

Shades of Royal Blue #4076CC

Tints of Royal Blue #4076CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 16.58%
G = 30.57%
B = 52.85%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4076CC (or 0x4076CC) is known color: Royal Blue. HEX triplet: 40, 76 and CC. RGB value is (64,118,204). Sum of RGB (Red+Green+Blue) = 64+118+204=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 118 (46.48% from 255 or 30.57% 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 #4076CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076CC is #BF8933. Grayscale: #6F6F6F. Windows color (decimal): -12552500 or 13399616. OLE color: 13399616.

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

Color convert

RGB 64 118 204 -
CMYK 0.69 0.42 0 0.2
HSL 216.86º 0.58% 0.53% -
HSV(B) 216.86º 0.69% 0.8% -
XYZ 19.49 18.41 59.65 -
YUV 111.66 180.11 94.01 -
System Red Green Blue C M Y K H S L
Decimal 64 118 204 0.69 0.42 0 0.2 216.86 0.58 0.53
Hex 40 76 CC 45 2A 0 14 D9 3A 35
Octal 100 166 314 105 52 0 24 331 72 65
Binary 1000000 1110110 11001100 1000101 101010 0 10100 11011001 111010 110101

Color Harmonies of #4076CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076CC

Black with #4076CC

Text Example


Text Example

White with #4076CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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