Html Css Color HEX #464761 Corn Flower Blue

📋 copy color: '#464761'

red 70 ◦ green 71 ◦ blue 97

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

Shades of Corn Flower Blue #464761

Tints of Corn Flower Blue #464761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 29.41%
G = 29.83%
B = 40.76%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464761 (or 0x464761) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 61. RGB value is (70,71,97). Sum of RGB (Red+Green+Blue) = 70+71+97=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #464761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464761 is #B9B89E. Grayscale: #494949. Windows color (decimal): -12171423 or 6375238. OLE color: 6375238.

HSL color Cylindrical-coordinate representation of color #464761: hue angle of 237.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464761 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 71 97 -
CMYK 0.28 0.27 0 0.62
HSL 237.78º 0.16% 0.33% -
HSV(B) 237.78º 0.28% 0.38% -
XYZ 6.94 6.67 12.23 -
YUV 73.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 70 71 97 0.28 0.27 0 0.62 237.78 0.16 0.33
Hex 46 47 61 1C 1B 0 3E EE 10 21
Octal 106 107 141 34 33 0 76 356 20 41
Binary 1000110 1000111 1100001 11100 11011 0 111110 11101110 10000 100001

Color Harmonies of #464761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464761

Black with #464761

Text Example


Text Example

White with #464761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464761; }

 p { color: rgb(70,71,97); }

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

background-color css

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

 a { background-color: rgb(70,71,97); }

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

border-color css

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

 span { border-color: rgb(70,71,97); }

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