Html Css Color HEX #42466C Corn Flower Blue

📋 copy color: '#42466C'

red 66 ◦ green 70 ◦ blue 108

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

Shades of Corn Flower Blue #42466C

Tints of Corn Flower Blue #42466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

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

R = 27.05%
G = 28.69%
B = 44.26%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42466C (or 0x42466C) is known color: Corn Flower Blue. HEX triplet: 42, 46 and 6C. RGB value is (66,70,108). Sum of RGB (Red+Green+Blue) = 66+70+108=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #42466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42466C is #BDB993. Grayscale: #484848. Windows color (decimal): -12433812 or 7095874. OLE color: 7095874.

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

Color convert

RGB 66 70 108 -
CMYK 0.39 0.35 0 0.58
HSL 234.29º 0.24% 0.34% -
HSV(B) 234.29º 0.39% 0.42% -
XYZ 7.14 6.62 15.09 -
YUV 73.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 66 70 108 0.39 0.35 0 0.58 234.29 0.24 0.34
Hex 42 46 6C 27 23 0 3A EA 18 22
Octal 102 106 154 47 43 0 72 352 30 42
Binary 1000010 1000110 1101100 100111 100011 0 111010 11101010 11000 100010

Color Harmonies of #42466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42466C

Black with #42466C

Text Example


Text Example

White with #42466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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