Html Css Color HEX #45426D Corn Flower Blue

📋 copy color: '#45426D'

red 69 ◦ green 66 ◦ blue 109

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

Shades of Corn Flower Blue #45426D

Tints of Corn Flower Blue #45426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 28.28%
G = 27.05%
B = 44.67%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45426D (or 0x45426D) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 6D. RGB value is (69,66,109). Sum of RGB (Red+Green+Blue) = 69+66+109=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #45426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45426D is #BABD92. Grayscale: #474747. Windows color (decimal): -12238227 or 7160389. OLE color: 7160389.

HSL color Cylindrical-coordinate representation of color #45426D: hue angle of 244.19º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45426D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 66 109 -
CMYK 0.37 0.39 0 0.57
HSL 244.19º 0.25% 0.34% -
HSV(B) 244.19º 0.39% 0.43% -
XYZ 7.16 6.27 15.3 -
YUV 71.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 69 66 109 0.37 0.39 0 0.57 244.19 0.25 0.34
Hex 45 42 6D 25 27 0 39 F4 19 22
Octal 105 102 155 45 47 0 71 364 31 42
Binary 1000101 1000010 1101101 100101 100111 0 111001 11110100 11001 100010

Color Harmonies of #45426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45426D

Black with #45426D

Text Example


Text Example

White with #45426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45426D; }

 p { color: rgb(69,66,109); }

 H1.HeaderClassName
 {
   color: #45426D;
 }
 .AnyTagClassName
 {
   color: #45426D;
 }
</style>

background-color css

<style>
 a { background-color: #45426D; }

 a { background-color: rgb(69,66,109); }

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

border-color css

<style>
 span { border-color: #45426D; }

 span { border-color: rgb(69,66,109); }

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