Html Css Color HEX #464069 Corn Flower Blue

📋 copy color: '#464069'

red 70 ◦ green 64 ◦ blue 105

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

Shades of Corn Flower Blue #464069

Tints of Corn Flower Blue #464069

RGB

 RED value IS 70 (27.73% from 255) = 29.29%

 GREEN value IS 64 (25.39% from 255) = 26.78%

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 29.29%
G = 26.78%
B = 43.93%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464069 (or 0x464069) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 69. RGB value is (70,64,105). Sum of RGB (Red+Green+Blue) = 70+64+105=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #464069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464069 is #B9BF96. Grayscale: #464646. Windows color (decimal): -12173207 or 6897734. OLE color: 6897734.

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

Color convert

RGB 70 64 105 -
CMYK 0.33 0.39 0 0.59
HSL 248.78º 0.24% 0.33% -
HSV(B) 248.78º 0.39% 0.41% -
XYZ 6.91 5.99 14.16 -
YUV 70.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 70 64 105 0.33 0.39 0 0.59 248.78 0.24 0.33
Hex 46 40 69 21 27 0 3B F9 18 21
Octal 106 100 151 41 47 0 73 371 30 41
Binary 1000110 1000000 1101001 100001 100111 0 111011 11111001 11000 100001

Color Harmonies of #464069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464069

Black with #464069

Text Example


Text Example

White with #464069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464069; }

 p { color: rgb(70,64,105); }

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

background-color css

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

 a { background-color: rgb(70,64,105); }

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

border-color css

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

 span { border-color: rgb(70,64,105); }

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