Html Css Color HEX #4076DB Royal Blue

📋 copy color: '#4076DB'

red 64 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #4076DB

Tints of Royal Blue #4076DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 15.96%
G = 29.43%
B = 54.61%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4076DB (or 0x4076DB) is known color: Royal Blue. HEX triplet: 40, 76 and DB. RGB value is (64,118,219). Sum of RGB (Red+Green+Blue) = 64+118+219=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #4076DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076DB is #BF8924. Grayscale: #707070. Windows color (decimal): -12552485 or 14382656. OLE color: 14382656.

HSL color Cylindrical-coordinate representation of color #4076DB: hue angle of 219.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4076DB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 118 219 -
CMYK 0.71 0.46 0 0.14
HSL 219.1º 0.68% 0.55% -
HSV(B) 219.1º 0.71% 0.86% -
XYZ 21.38 19.16 69.59 -
YUV 113.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 64 118 219 0.71 0.46 0 0.14 219.1 0.68 0.55
Hex 40 76 DB 47 2E 0 E DB 44 37
Octal 100 166 333 107 56 0 16 333 104 67
Binary 1000000 1110110 11011011 1000111 101110 0 1110 11011011 1000100 110111

Color Harmonies of #4076DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076DB

Black with #4076DB

Text Example


Text Example

White with #4076DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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