Html Css Color HEX #42466D Corn Flower Blue

📋 copy color: '#42466D'

red 66 ◦ green 70 ◦ blue 109

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

Shades of Corn Flower Blue #42466D

Tints of Corn Flower Blue #42466D

RGB

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

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

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

R = 26.94%
G = 28.57%
B = 44.49%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42466D (or 0x42466D) is known color: Corn Flower Blue. HEX triplet: 42, 46 and 6D. RGB value is (66,70,109). Sum of RGB (Red+Green+Blue) = 66+70+109=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #42466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42466D is #BDB992. Grayscale: #494949. Windows color (decimal): -12433811 or 7161410. OLE color: 7161410.

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

Color convert

RGB 66 70 109 -
CMYK 0.39 0.36 0 0.57
HSL 234.42º 0.25% 0.34% -
HSV(B) 234.42º 0.39% 0.43% -
XYZ 7.2 6.64 15.37 -
YUV 73.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 66 70 109 0.39 0.36 0 0.57 234.42 0.25 0.34
Hex 42 46 6D 27 24 0 39 EA 19 22
Octal 102 106 155 47 44 0 71 352 31 42
Binary 1000010 1000110 1101101 100111 100100 0 111001 11101010 11001 100010

Color Harmonies of #42466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42466D

Black with #42466D

Text Example


Text Example

White with #42466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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