Html Css Color HEX #424468 Corn Flower Blue

📋 copy color: '#424468'

red 66 ◦ green 68 ◦ blue 104

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

Shades of Corn Flower Blue #424468

Tints of Corn Flower Blue #424468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 27.73%
G = 28.57%
B = 43.7%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424468 (or 0x424468) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 68. RGB value is (66,68,104). Sum of RGB (Red+Green+Blue) = 66+68+104=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #424468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424468 is #BDBB97. Grayscale: #474747. Windows color (decimal): -12434328 or 6833218. OLE color: 6833218.

HSL color Cylindrical-coordinate representation of color #424468: hue angle of 236.84º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424468 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 68 104 -
CMYK 0.37 0.35 0 0.59
HSL 236.84º 0.22% 0.33% -
HSV(B) 236.84º 0.37% 0.41% -
XYZ 6.81 6.29 13.95 -
YUV 71.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 66 68 104 0.37 0.35 0 0.59 236.84 0.22 0.33
Hex 42 44 68 25 23 0 3B ED 16 21
Octal 102 104 150 45 43 0 73 355 26 41
Binary 1000010 1000100 1101000 100101 100011 0 111011 11101101 10110 100001

Color Harmonies of #424468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424468

Black with #424468

Text Example


Text Example

White with #424468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424468; }

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

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

background-color css

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

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

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

border-color css

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

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

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