Html Css Color HEX #4074CA Royal Blue

📋 copy color: '#4074CA'

red 64 ◦ green 116 ◦ blue 202

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

Shades of Royal Blue #4074CA

Tints of Royal Blue #4074CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 16.75%
G = 30.37%
B = 52.88%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4074CA (or 0x4074CA) is known color: Royal Blue. HEX triplet: 40, 74 and CA. RGB value is (64,116,202). Sum of RGB (Red+Green+Blue) = 64+116+202=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #4074CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CA is #BF8B35. Grayscale: #6D6D6D. Windows color (decimal): -12553014 or 13268032. OLE color: 13268032.

HSL color Cylindrical-coordinate representation of color #4074CA: hue angle of 217.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4074CA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 116 202 -
CMYK 0.68 0.43 0 0.21
HSL 217.39º 0.57% 0.52% -
HSV(B) 217.39º 0.68% 0.79% -
XYZ 19.02 17.85 58.32 -
YUV 110.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 64 116 202 0.68 0.43 0 0.21 217.39 0.57 0.52
Hex 40 74 CA 44 2B 0 15 D9 39 34
Octal 100 164 312 104 53 0 25 331 71 64
Binary 1000000 1110100 11001010 1000100 101011 0 10101 11011001 111001 110100

Color Harmonies of #4074CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074CA

Black with #4074CA

Text Example


Text Example

White with #4074CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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