Html Css Color HEX #434670 Corn Flower Blue

📋 copy color: '#434670'

red 67 ◦ green 70 ◦ blue 112

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

Shades of Corn Flower Blue #434670

Tints of Corn Flower Blue #434670

RGB

 RED value IS 67 (26.56% from 255) = 26.91%

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

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

R = 26.91%
G = 28.11%
B = 44.98%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434670 (or 0x434670) is known color: Corn Flower Blue. HEX triplet: 43, 46 and 70. RGB value is (67,70,112). Sum of RGB (Red+Green+Blue) = 67+70+112=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #434670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434670 is #BCB98F. Grayscale: #494949. Windows color (decimal): -12368272 or 7358019. OLE color: 7358019.

HSL color Cylindrical-coordinate representation of color #434670: hue angle of 236º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434670 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 70 112 -
CMYK 0.40 0.38 0 0.56
HSL 236º 0.25% 0.35% -
HSV(B) 236º 0.4% 0.44% -
XYZ 7.43 6.74 16.24 -
YUV 73.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 67 70 112 0.40 0.38 0 0.56 236 0.25 0.35
Hex 43 46 70 28 26 0 38 EC 19 23
Octal 103 106 160 50 46 0 70 354 31 43
Binary 1000011 1000110 1110000 101000 100110 0 111000 11101100 11001 100011

Color Harmonies of #434670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434670

Black with #434670

Text Example


Text Example

White with #434670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434670; }

 p { color: rgb(67,70,112); }

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

background-color css

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

 a { background-color: rgb(67,70,112); }

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

border-color css

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

 span { border-color: rgb(67,70,112); }

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