Html Css Color HEX #434A62 Port Gore

📋 copy color: '#434A62'

red 67 ◦ green 74 ◦ blue 98

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

Shades of Port Gore #434A62

Tints of Port Gore #434A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 28.03%
G = 30.96%
B = 41%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434A62 (or 0x434A62) is known color: Port Gore. HEX triplet: 43, 4A and 62. RGB value is (67,74,98). Sum of RGB (Red+Green+Blue) = 67+74+98=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #434A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A62 is #BCB59D. Grayscale: #4A4A4A. Windows color (decimal): -12367262 or 6441539. OLE color: 6441539.

HSL color Cylindrical-coordinate representation of color #434A62: hue angle of 226.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434A62 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 74 98 -
CMYK 0.32 0.24 0 0.62
HSL 226.45º 0.19% 0.32% -
HSV(B) 226.45º 0.32% 0.38% -
XYZ 6.97 6.97 12.53 -
YUV 74.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 67 74 98 0.32 0.24 0 0.62 226.45 0.19 0.32
Hex 43 4A 62 20 18 0 3E E2 13 20
Octal 103 112 142 40 30 0 76 342 23 40
Binary 1000011 1001010 1100010 100000 11000 0 111110 11100010 10011 100000

Color Harmonies of #434A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A62

Black with #434A62

Text Example


Text Example

White with #434A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434A62; }

 p { color: rgb(67,74,98); }

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

background-color css

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

 a { background-color: rgb(67,74,98); }

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

border-color css

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

 span { border-color: rgb(67,74,98); }

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