Html Css Color HEX #42426C Corn Flower Blue

📋 copy color: '#42426C'

red 66 ◦ green 66 ◦ blue 108

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

Shades of Corn Flower Blue #42426C

Tints of Corn Flower Blue #42426C

RGB

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

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

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

R = 27.5%
G = 27.5%
B = 45%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42426C (or 0x42426C) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 6C. RGB value is (66,66,108). Sum of RGB (Red+Green+Blue) = 66+66+108=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #42426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42426C is #BDBD93. Grayscale: #464646. Windows color (decimal): -12434836 or 7094850. OLE color: 7094850.

HSL color Cylindrical-coordinate representation of color #42426C: hue angle of 240º 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 #42426C is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 66 108 -
CMYK 0.39 0.39 0 0.58
HSL 240º 0.24% 0.34% -
HSV(B) 240º 0.39% 0.42% -
XYZ 6.9 6.14 15.01 -
YUV 70.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 66 66 108 0.39 0.39 0 0.58 240 0.24 0.34
Hex 42 42 6C 27 27 0 3A F0 18 22
Octal 102 102 154 47 47 0 72 360 30 42
Binary 1000010 1000010 1101100 100111 100111 0 111010 11110000 11000 100010

Color Harmonies of #42426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42426C

Black with #42426C

Text Example


Text Example

White with #42426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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