Html Css Color HEX #423F70 Corn Flower Blue

📋 copy color: '#423F70'

red 66 ◦ green 63 ◦ blue 112

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

Shades of Corn Flower Blue #423F70

Tints of Corn Flower Blue #423F70

RGB

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

 GREEN value IS 63 (25% from 255) = 26.14%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 27.39%
G = 26.14%
B = 46.47%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423F70 (or 0x423F70) is known color: Corn Flower Blue. HEX triplet: 42, 3F and 70. RGB value is (66,63,112). Sum of RGB (Red+Green+Blue) = 66+63+112=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #423F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F70 is #BDC08F. Grayscale: #454545. Windows color (decimal): -12435600 or 7356226. OLE color: 7356226.

HSL color Cylindrical-coordinate representation of color #423F70: hue angle of 243.67º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423F70 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 63 112 -
CMYK 0.41 0.44 0 0.56
HSL 243.67º 0.28% 0.34% -
HSV(B) 243.67º 0.44% 0.44% -
XYZ 6.95 5.88 16.1 -
YUV 69.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 66 63 112 0.41 0.44 0 0.56 243.67 0.28 0.34
Hex 42 3F 70 29 2C 0 38 F4 1C 22
Octal 102 77 160 51 54 0 70 364 34 42
Binary 1000010 111111 1110000 101001 101100 0 111000 11110100 11100 100010

Color Harmonies of #423F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F70

Black with #423F70

Text Example


Text Example

White with #423F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423F70; }

 p { color: rgb(66,63,112); }

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

background-color css

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

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

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

border-color css

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

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

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