Html Css Color HEX #4074CE Royal Blue

📋 copy color: '#4074CE'

red 64 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #4074CE

Tints of Royal Blue #4074CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 16.58%
G = 30.05%
B = 53.37%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4074CE (or 0x4074CE) is known color: Royal Blue. HEX triplet: 40, 74 and CE. RGB value is (64,116,206). Sum of RGB (Red+Green+Blue) = 64+116+206=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #4074CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CE is #BF8B31. Grayscale: #6E6E6E. Windows color (decimal): -12553010 or 13530176. OLE color: 13530176.

HSL color Cylindrical-coordinate representation of color #4074CE: hue angle of 218.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4074CE is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 116 206 -
CMYK 0.69 0.44 0 0.19
HSL 218.03º 0.59% 0.53% -
HSV(B) 218.03º 0.69% 0.81% -
XYZ 19.5 18.04 60.85 -
YUV 110.71 181.77 94.68 -
System Red Green Blue C M Y K H S L
Decimal 64 116 206 0.69 0.44 0 0.19 218.03 0.59 0.53
Hex 40 74 CE 45 2C 0 13 DA 3B 35
Octal 100 164 316 105 54 0 23 332 73 65
Binary 1000000 1110100 11001110 1000101 101100 0 10011 11011010 111011 110101

Color Harmonies of #4074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074CE

Black with #4074CE

Text Example


Text Example

White with #4074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4074CE; }

 p { color: rgb(64,116,206); }

 H1.HeaderClassName
 {
   color: #4074CE;
 }
 .AnyTagClassName
 {
   color: #4074CE;
 }
</style>

background-color css

<style>
 a { background-color: #4074CE; }

 a { background-color: rgb(64,116,206); }

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

border-color css

<style>
 span { border-color: #4074CE; }

 span { border-color: rgb(64,116,206); }

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