Html Css Color HEX #4076CD Royal Blue

📋 copy color: '#4076CD'

red 64 ◦ green 118 ◦ blue 205

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

Shades of Royal Blue #4076CD

Tints of Royal Blue #4076CD

RGB

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

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

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

R = 16.54%
G = 30.49%
B = 52.97%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4076CD (or 0x4076CD) is known color: Royal Blue. HEX triplet: 40, 76 and CD. RGB value is (64,118,205). Sum of RGB (Red+Green+Blue) = 64+118+205=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #4076CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076CD is #BF8932. Grayscale: #6F6F6F. Windows color (decimal): -12552499 or 13465152. OLE color: 13465152.

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

Color convert

RGB 64 118 205 -
CMYK 0.69 0.42 0 0.20
HSL 217.02º 0.59% 0.53% -
HSV(B) 217.02º 0.69% 0.8% -
XYZ 19.61 18.45 60.29 -
YUV 111.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 64 118 205 0.69 0.42 0 0.20 217.02 0.59 0.53
Hex 40 76 CD 45 2A 0 14 D9 3B 35
Octal 100 166 315 105 52 0 24 331 73 65
Binary 1000000 1110110 11001101 1000101 101010 0 10100 11011001 111011 110101

Color Harmonies of #4076CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076CD

Black with #4076CD

Text Example


Text Example

White with #4076CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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