Html Css Color HEX #434663 Port Gore

📋 copy color: '#434663'

red 67 ◦ green 70 ◦ blue 99

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

Shades of Port Gore #434663

Tints of Port Gore #434663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 28.39%
G = 29.66%
B = 41.95%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#434663 (or 0x434663) is known color: Port Gore. HEX triplet: 43, 46 and 63. RGB value is (67,70,99). Sum of RGB (Red+Green+Blue) = 67+70+99=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #434663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434663 is #BCB99C. Grayscale: #484848. Windows color (decimal): -12368285 or 6506051. OLE color: 6506051.

HSL color Cylindrical-coordinate representation of color #434663: hue angle of 234.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434663 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 70 99 -
CMYK 0.32 0.29 0 0.61
HSL 234.38º 0.19% 0.33% -
HSV(B) 234.38º 0.32% 0.39% -
XYZ 6.76 6.47 12.7 -
YUV 72.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 67 70 99 0.32 0.29 0 0.61 234.38 0.19 0.33
Hex 43 46 63 20 1D 0 3D EA 13 21
Octal 103 106 143 40 35 0 75 352 23 41
Binary 1000011 1000110 1100011 100000 11101 0 111101 11101010 10011 100001

Color Harmonies of #434663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434663

Black with #434663

Text Example


Text Example

White with #434663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434663; }

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

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

background-color css

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

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

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

border-color css

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

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

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