Html Css Color HEX #452AA6 Blue Gem

📋 copy color: '#452AA6'

red 69 ◦ green 42 ◦ blue 166

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

Shades of Blue Gem #452AA6

Tints of Blue Gem #452AA6

RGB

 RED value IS 69 (27.34% from 255) = 24.91%

 GREEN value IS 42 (16.8% from 255) = 15.16%

 BLUE value IS 166 (65.23% from 255) = 59.93%

R = 24.91%
G = 15.16%
B = 59.93%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#452AA6 (or 0x452AA6) is known color: Blue Gem. HEX triplet: 45, 2A and A6. RGB value is (69,42,166). Sum of RGB (Red+Green+Blue) = 69+42+166=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #452AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AA6 is #BAD559. Grayscale: #3F3F3F. Windows color (decimal): -12244314 or 10889797. OLE color: 10889797.

HSL color Cylindrical-coordinate representation of color #452AA6: hue angle of 253.06º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452AA6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 42 166 -
CMYK 0.58 0.75 0 0.35
HSL 253.06º 0.6% 0.41% -
HSV(B) 253.06º 0.75% 0.65% -
XYZ 10.17 5.67 36.64 -
YUV 64.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 69 42 166 0.58 0.75 0 0.35 253.06 0.6 0.41
Hex 45 2A A6 3A 4B 0 23 FD 3C 29
Octal 105 52 246 72 113 0 43 375 74 51
Binary 1000101 101010 10100110 111010 1001011 0 100011 11111101 111100 101001

Color Harmonies of #452AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452AA6

Black with #452AA6

Text Example


Text Example

White with #452AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452AA6; }

 p { color: rgb(69,42,166); }

 H1.HeaderClassName
 {
   color: #452AA6;
 }
 .AnyTagClassName
 {
   color: #452AA6;
 }
</style>

background-color css

<style>
 a { background-color: #452AA6; }

 a { background-color: rgb(69,42,166); }

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

border-color css

<style>
 span { border-color: #452AA6; }

 span { border-color: rgb(69,42,166); }

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