Html Css Color HEX #42446C Corn Flower Blue

📋 copy color: '#42446C'

red 66 ◦ green 68 ◦ blue 108

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

Shades of Corn Flower Blue #42446C

Tints of Corn Flower Blue #42446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 27.27%
G = 28.1%
B = 44.63%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42446C (or 0x42446C) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 6C. RGB value is (66,68,108). Sum of RGB (Red+Green+Blue) = 66+68+108=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #42446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42446C is #BDBB93. Grayscale: #474747. Windows color (decimal): -12434324 or 7095362. OLE color: 7095362.

HSL color Cylindrical-coordinate representation of color #42446C: hue angle of 237.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42446C is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 68 108 -
CMYK 0.39 0.37 0 0.58
HSL 237.14º 0.24% 0.34% -
HSV(B) 237.14º 0.39% 0.42% -
XYZ 7.02 6.38 15.05 -
YUV 71.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 66 68 108 0.39 0.37 0 0.58 237.14 0.24 0.34
Hex 42 44 6C 27 25 0 3A ED 18 22
Octal 102 104 154 47 45 0 72 355 30 42
Binary 1000010 1000100 1101100 100111 100101 0 111010 11101101 11000 100010

Color Harmonies of #42446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42446C

Black with #42446C

Text Example


Text Example

White with #42446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42446C; }

 p { color: rgb(66,68,108); }

 H1.HeaderClassName
 {
   color: #42446C;
 }
 .AnyTagClassName
 {
   color: #42446C;
 }
</style>

background-color css

<style>
 a { background-color: #42446C; }

 a { background-color: rgb(66,68,108); }

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

border-color css

<style>
 span { border-color: #42446C; }

 span { border-color: rgb(66,68,108); }

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