Html Css Color HEX #4162DA Royal Blue

📋 copy color: '#4162DA'

red 65 ◦ green 98 ◦ blue 218

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

Shades of Royal Blue #4162DA

Tints of Royal Blue #4162DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 17.06%
G = 25.72%
B = 57.22%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4162DA (or 0x4162DA) is known color: Royal Blue. HEX triplet: 41, 62 and DA. RGB value is (65,98,218). Sum of RGB (Red+Green+Blue) = 65+98+218=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #4162DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4162DA is #BE9D25. Grayscale: #656565. Windows color (decimal): -12492070 or 14312001. OLE color: 14312001.

HSL color Cylindrical-coordinate representation of color #4162DA: hue angle of 227.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4162DA is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 98 218 -
CMYK 0.70 0.55 0 0.15
HSL 227.06º 0.67% 0.55% -
HSV(B) 227.06º 0.7% 0.85% -
XYZ 19.2 14.92 68.2 -
YUV 101.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 65 98 218 0.70 0.55 0 0.15 227.06 0.67 0.55
Hex 41 62 DA 46 37 0 F E3 43 37
Octal 101 142 332 106 67 0 17 343 103 67
Binary 1000001 1100010 11011010 1000110 110111 0 1111 11100011 1000011 110111

Color Harmonies of #4162DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4162DA

Black with #4162DA

Text Example


Text Example

White with #4162DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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