Html Css Color HEX #4162D4 Royal Blue

📋 copy color: '#4162D4'

red 65 ◦ green 98 ◦ blue 212

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

Shades of Royal Blue #4162D4

Tints of Royal Blue #4162D4

RGB

 RED value IS 65 (25.78% from 255) = 17.33%

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 212 (83.2% from 255) = 56.53%

R = 17.33%
G = 26.13%
B = 56.53%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4162D4 (or 0x4162D4) is known color: Royal Blue. HEX triplet: 41, 62 and D4. RGB value is (65,98,212). Sum of RGB (Red+Green+Blue) = 65+98+212=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #4162D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4162D4 is #BE9D2B. Grayscale: #646464. Windows color (decimal): -12492076 or 13918785. OLE color: 13918785.

HSL color Cylindrical-coordinate representation of color #4162D4: hue angle of 226.53º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4162D4 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 98 212 -
CMYK 0.69 0.54 0 0.17
HSL 226.53º 0.63% 0.54% -
HSV(B) 226.53º 0.69% 0.83% -
XYZ 18.43 14.61 64.14 -
YUV 101.13 190.57 102.23 -
System Red Green Blue C M Y K H S L
Decimal 65 98 212 0.69 0.54 0 0.17 226.53 0.63 0.54
Hex 41 62 D4 45 36 0 11 E3 3F 36
Octal 101 142 324 105 66 0 21 343 77 66
Binary 1000001 1100010 11010100 1000101 110110 0 10001 11100011 111111 110110

Color Harmonies of #4162D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4162D4

Black with #4162D4

Text Example


Text Example

White with #4162D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4162D4; }

 p { color: rgb(65,98,212); }

 H1.HeaderClassName
 {
   color: #4162D4;
 }
 .AnyTagClassName
 {
   color: #4162D4;
 }
</style>

background-color css

<style>
 a { background-color: #4162D4; }

 a { background-color: rgb(65,98,212); }

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

border-color css

<style>
 span { border-color: #4162D4; }

 span { border-color: rgb(65,98,212); }

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