Html Css Color HEX #42456D Corn Flower Blue

📋 copy color: '#42456D'

red 66 ◦ green 69 ◦ blue 109

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

Shades of Corn Flower Blue #42456D

Tints of Corn Flower Blue #42456D

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42456D (or 0x42456D) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 6D. RGB value is (66,69,109). Sum of RGB (Red+Green+Blue) = 66+69+109=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 69 (27.34% from 255 or 28.28% 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 #42456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42456D is #BDBA92. Grayscale: #484848. Windows color (decimal): -12434067 or 7161154. OLE color: 7161154.

HSL color Cylindrical-coordinate representation of color #42456D: hue angle of 235.81º 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 #42456D is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 69 109 -
CMYK 0.39 0.37 0 0.57
HSL 235.81º 0.25% 0.34% -
HSV(B) 235.81º 0.39% 0.43% -
XYZ 7.14 6.52 15.35 -
YUV 72.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 66 69 109 0.39 0.37 0 0.57 235.81 0.25 0.34
Hex 42 45 6D 27 25 0 39 EC 19 22
Octal 102 105 155 47 45 0 71 354 31 42
Binary 1000010 1000101 1101101 100111 100101 0 111001 11101100 11001 100010

Color Harmonies of #42456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42456D

Black with #42456D

Text Example


Text Example

White with #42456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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