Html Css Color HEX #10464B Cyprus

📋 copy color: '#10464B'

red 16 ◦ green 70 ◦ blue 75

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

Shades of Cyprus #10464B

Tints of Cyprus #10464B

RGB

 RED value IS 16 (6.64% from 255) = 9.94%

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

 BLUE value IS 75 (29.69% from 255) = 46.58%

R = 9.94%
G = 43.48%
B = 46.58%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10464B (or 0x10464B) is known color: Cyprus. HEX triplet: 10, 46 and 4B. RGB value is (16,70,75). Sum of RGB (Red+Green+Blue) = 16+70+75=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #10464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10464B is #EFB9B4. Grayscale: #363636. Windows color (decimal): -15710645 or 4933136. OLE color: 4933136.

HSL color Cylindrical-coordinate representation of color #10464B: hue angle of 185.08º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10464B is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 70 75 -
CMYK 0.79 0.07 0 0.71
HSL 185.08º 0.65% 0.18% -
HSV(B) 185.08º 0.79% 0.29% -
XYZ 3.67 5 7.43 -
YUV 54.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 16 70 75 0.79 0.07 0 0.71 185.08 0.65 0.18
Hex 10 46 4B 4F 7 0 47 B9 41 12
Octal 20 106 113 117 7 0 107 271 101 22
Binary 10000 1000110 1001011 1001111 111 0 1000111 10111001 1000001 10010

Color Harmonies of #10464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10464B

Black with #10464B

Text Example


Text Example

White with #10464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10464B; }

 p { color: rgb(16,70,75); }

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

background-color css

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

 a { background-color: rgb(16,70,75); }

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

border-color css

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

 span { border-color: rgb(16,70,75); }

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