Html Css Color HEX #465A6B Fiord

📋 copy color: '#465A6B'

red 70 ◦ green 90 ◦ blue 107

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

Shades of Fiord #465A6B

Tints of Fiord #465A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 26.22%
G = 33.71%
B = 40.07%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#465A6B (or 0x465A6B) is known color: Fiord. HEX triplet: 46, 5A and 6B. RGB value is (70,90,107). Sum of RGB (Red+Green+Blue) = 70+90+107=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #465A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A6B is #B9A594. Grayscale: #555555. Windows color (decimal): -12166549 or 7035462. OLE color: 7035462.

HSL color Cylindrical-coordinate representation of color #465A6B: hue angle of 207.57º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465A6B is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 90 107 -
CMYK 0.35 0.16 0 0.58
HSL 207.57º 0.21% 0.35% -
HSV(B) 207.57º 0.35% 0.42% -
XYZ 8.84 9.68 15.31 -
YUV 85.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 70 90 107 0.35 0.16 0 0.58 207.57 0.21 0.35
Hex 46 5A 6B 23 10 0 3A D0 15 23
Octal 106 132 153 43 20 0 72 320 25 43
Binary 1000110 1011010 1101011 100011 10000 0 111010 11010000 10101 100011

Color Harmonies of #465A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A6B

Black with #465A6B

Text Example


Text Example

White with #465A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A6B; }

 p { color: rgb(70,90,107); }

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

background-color css

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

 a { background-color: rgb(70,90,107); }

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

border-color css

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

 span { border-color: rgb(70,90,107); }

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